Builder

class Builder

A builder of CustomEventParams.

Builders are created by invoking newBuilder. Each of the setter methods modifies the state of the builder and returns the same instance. Builders are not thread-safe and should not be used concurrently from multiple threads without external synchronization.

Since

8.0.0

Functions

Link copied to clipboard
Returns a new CustomEventParams instance built from the current state of this builder.
Link copied to clipboard
Sets the payload of the custom event.
Link copied to clipboard
Sets the generic event parameters for this custom event.